actionbar: Document GtkBuildable child types
authorAlexander Mikhaylenko <alexm@gnome.org>
Sat, 2 Jul 2022 22:26:18 +0000 (02:26 +0400)
committerAlexander Mikhaylenko <alexm@gnome.org>
Sat, 2 Jul 2022 22:26:18 +0000 (02:26 +0400)
gtk/gtkactionbar.c

index 9d7b31268360085ecea7a5c8bd3773ba4adb0051..5405315029e6fcadaa3f5768fcd43f79d3d7da9b 100644 (file)
  * the full width of the box, even if the children at either side take
  * up different amounts of space.
  *
+ * # GtkActionBar as GtkBuildable
+ *
+ * The `GtkActionBar` implementation of the `GtkBuildable` interface supports
+ * adding children at the start or end sides by specifying “start” or “end” as
+ * the “type” attribute of a `<child>` element, or setting the center widget
+ * by specifying “center” value.
+ *
  * # CSS nodes
  *
  * ```